SftTree/NET 2.0

ItemMaxHeight Property, DimensionsClass Class

Softel vdm, Inc.

Defines the maximum height of each item.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ItemMaxHeight As Integer

C#   

public int ItemMaxHeight { get; set; }

C++   

public: property int ItemMaxHeight {
        int get();
        void set(int value);
}

Property Value

The maximum height of each item. If 0 is specified, no maximum height is defined.

The default value is 0.

Comments

The ItemMaxHeight property defines the maximum height of each item.

If items are larger than the defined maximum height, they are truncated, clipped and use the defined maximum height.

The ItemClass.MaxHeight property can be used to define the maximum height of one item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com